x11: Remove unused headers
authorBenjamin Otte <otte@redhat.com>
Fri, 2 Apr 2021 00:52:49 +0000 (02:52 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 20 Jul 2021 18:00:25 +0000 (14:00 -0400)
gdk/x11/gdkdrop-x11.c
gdk/x11/gdksurface-x11.c

index d9c1c4157fc09aa96eef59ed29d31fd9e318e202..3470382da7d536c39c2ec97684755bc5a3933529 100644 (file)
@@ -45,9 +45,6 @@
 #include <X11/Xutil.h>
 #include <X11/Xatom.h>
 #include <X11/extensions/shape.h>
-#ifdef HAVE_XCOMPOSITE
-#include <X11/extensions/Xcomposite.h>
-#endif
 
 #include <string.h>
 
index e4952f2c7b164591b308093ff57d3f1984c0c544..8b5ea3c4241f977bb98af8480e219b358fd523ff 100644 (file)
 #include <X11/XKBlib.h>
 #endif
 
-#ifdef HAVE_XCOMPOSITE
-#include <X11/extensions/Xcomposite.h>
-#endif
-
-#ifdef HAVE_XFIXES
-#include <X11/extensions/Xfixes.h>
-#endif
-
 const int _gdk_x11_event_mask_table[21] =
 {
   ExposureMask,